Previous Book Contents Book Index Next

Inside Macintosh: /
QuickDraw 3D RAVE / QuickDraw 3D RAVE Reference
QuickDraw 3D RAVE Routines / Manipulating Textures and Bitmaps


QABitmapDetach

You can use the QABitmapDetach function to detach a bitmap from a drawing engine.

TQAError QABitmapDetach (const TQAEngine *engine, TQABitmap *bitmap);
engine
A drawing engine.
bitmap
A bitmap.
DESCRIPTION
The QABitmapDetach function causes the drawing engine specified by the engine parameter to copy the data associated with the bitmap specified by the bitmap parameter. Once the data are copied, you can reuse or dispose of the memory you originally specified in a call to QABitmapNew.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
28 AUG 1996